Add Dom0 xz kernel decompression
authorJan Beulich <jbeulich@novell.com>
Wed, 9 Mar 2011 16:18:58 +0000 (16:18 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 9 Mar 2011 16:18:58 +0000 (16:18 +0000)
commita1630abae53f89e366eea574d650400347ab5f59
tree6fa0669bb4e366f4cd12e3ed604a9f9317428b7b
parent7f107ea5c0790f6a702c801589d13bd275e20260
Add Dom0 xz kernel decompression

Largely taken from Linux 2.6.38 and made build/work for Xen.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
12 files changed:
xen/common/Makefile
xen/common/decompress.c
xen/common/decompress.h
xen/common/unxz.c [new file with mode: 0644]
xen/common/xz/crc32.c [new file with mode: 0644]
xen/common/xz/dec_bcj.c [new file with mode: 0644]
xen/common/xz/dec_lzma2.c [new file with mode: 0644]
xen/common/xz/dec_stream.c [new file with mode: 0644]
xen/common/xz/lzma2.h [new file with mode: 0644]
xen/common/xz/private.h [new file with mode: 0644]
xen/common/xz/stream.h [new file with mode: 0644]
xen/include/xen/decompress.h